Vcenter ConsumptionDomains ZoneAssociations AssociationChanges ListResult

Vcenter ConsumptionDomains ZoneAssociations AssociationChanges ListResult
Vcenter ConsumptionDomains ZoneAssociations AssociationChanges ListResult

The Vcenter ConsumptionDomains ZoneAssociations AssociationChanges ListResult schema contains a list of zone-cluster association changes and a token for the next call to POST /vcenter/consumption-domains/zone-associations/association-changes?action=query.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "changes": [
        {
            "type": "string",
            "cluster": "string",
            "zone": "string"
        }
    ],
    "token": "string"
}
changes
Required

List of zone-cluster association changes.

This property was added in vSphere API 9.1.0.0.

string
token
Required

An opaque token identifying the next zone-cluster association change to be read from the #list. Clients should use this returned token in the subsequent calls to #list to fetch new changes only.

This property was added in vSphere API 9.1.0.0.